home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-src / doc / vcpp.doc < prev    next >
Text File  |  1999-01-01  |  3KB  |  68 lines

  1.  
  2. The preprocessor vcpp was taken from the lcc-distribution. I made some
  3. very minor changes to the source and compiled it with vbcc.
  4. To rebuilt the Amiga version #define AMIGA and link with the support-routines
  5. in mysupport.c.
  6.  
  7. Attached is the copyright notice from the lcc-distribution (note that
  8. apart from vcpp no other part of this distribution falls under this
  9. license - especially notice the difference between the builtin
  10. preprocessor of vbcc and vcpp).
  11.  
  12. Volker Barthelmann                                      volker@vb.franken.de
  13.  
  14. --------------
  15.  
  16. The authors of this software are Christopher W. Fraser and
  17. David R. Hanson.
  18.  
  19. Copyright (c) 1991,1992,1993,1994,1995 by AT&T, Christopher W. Fraser,
  20. and David R. Hanson. All Rights Reserved.
  21.  
  22. Permission to use, copy, modify, and distribute this software for any
  23. purpose, subject to the provisions described below, without fee is
  24. hereby granted, provided that this entire notice is included in all
  25. copies of any software that is or includes a copy or modification of
  26. this software and in all copies of the supporting documentation for
  27. such software.
  28.  
  29. THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
  30. WARRANTY. IN PARTICULAR, NEITHER THE AUTHORS NOR AT&T MAKE ANY
  31. REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
  32. OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
  33.  
  34.  
  35. lcc is not public-domain software, shareware, and it is not protected
  36. by a `copyleft' agreement, like the code from the Free Software
  37. Foundation.
  38.  
  39. lcc is available free for your personal research and instructional use
  40. under the `fair use' provisions of the copyright law. You may,
  41. however, redistribute the lcc in whole or in part provided you
  42. acknowledge its source and include this COPYRIGHT file.
  43.  
  44. You may not sell lcc or any product derived from it in which it is a
  45. significant part of the value of the product. Using the lcc front end
  46. to build a C syntax checker is an example of this kind of product.
  47.  
  48. You may use parts of lcc in products as long as you charge for only
  49. those components that are entirely your own and you acknowledge the use
  50. of lcc clearly in all product documentation and distribution media. You
  51. must state clearly that your product uses or is based on parts of lcc
  52. and that lcc is available free of charge. You must also request that
  53. bug reports on your product be reported to you. Using the lcc front
  54. end to build a C compiler for the Motorola 88000 chip and charging for
  55. and distributing only the 88000 code generator is an example of this
  56. kind of product.
  57.  
  58. Using parts of lcc in other products is more problematic. For example,
  59. using parts of lcc in a C++ compiler could save substantial time and
  60. effort and therefore contribute significantly to the profitability of
  61. the product. This kind of use, or any use where others stand to make a
  62. profit from what is primarily our work, is subject to negotiation.
  63.  
  64.  
  65. Chris Fraser / cwf@research.att.com
  66. David Hanson / drh@cs.princeton.edu
  67. Fri Jun 17 11:57:07 EDT 1994
  68.